MainScript
Description
The primary script for regulating the main gameplay.
MainScript |
- + bossIndex : float
- - currentContagious : ContagiousPerson
- + dayCount : DayCount
- + GameOverScreen : string
- - _index : int
- - infected : List
- - _people : List
- + people : Person[]
- + sneezeCount : SneezeCount
- + winscene : string
- index : int (Property with private getter and private setter)
|
- - EndOfDay() : void
- + GameOver() : void
- + ReturnToSelection() : void
- - SetCurrentContagion() : int
- - Start() : void
- - Update() : void
- - Win() : void
|